home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-05 | 743 b | 33 lines | [TEXT/GEOL] |
- Item 8813162 4-Jan-90 18:44
-
- From: D2022 Strata, Gary Bringhurst,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: TWindow.IWindow bug?
-
-
- Isn't MacApp 2.0b9 in error where, in the TWindow.IWindow method, the window
- procID is supposedly saved off with:
-
- fProcID := GetWRefCon(itsWmgrWindow);
- SetWRefcon(itsWmgrWindow, LONGINT(SELF));
-
-
- Shouldn't this code actually read:
-
- IF TrapExists(_GetWVariant) THEN
- fProcID := GetWVariant(fWmgrWindow)
- ELSE
- fProcID := BAND($0F, BSR(LONGINT(WindowPeek(fWmgrWindow)^.windowDefProc),
- 24));
- SetWRefcon(itsWmgrWindow, LONGINT(SELF));
-
-
- Is this an error???
-
- Gary L. Bringhurst
- Strata Inc.
- D2022
-
-